home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / mainmenu / 00021.ls < prev    next >
Encoding:
Text File  |  1995-04-04  |  125 b   |  10 lines

  1. on mouseUp
  2.   if count(the windowList) then
  3.     exit
  4.   end if
  5.   sound stop 1
  6.   sound stop 2
  7.   puppetSound(0)
  8.   go("read")
  9. end
  10.